net/http.http2priorityWriteScheduler.nodes (field)

14 uses

	net/http (current package)
		h2_bundle.go#L11265: 		nodes:                make(map[uint32]*http2priorityNode),
		h2_bundle.go#L11270: 	ws.nodes[0] = &ws.root
		h2_bundle.go#L11431: 	nodes map[uint32]*http2priorityNode
		h2_bundle.go#L11456: 	if curr := ws.nodes[streamID]; curr != nil {
		h2_bundle.go#L11468: 	parent := ws.nodes[options.PusherID]
		h2_bundle.go#L11479: 	ws.nodes[streamID] = n
		h2_bundle.go#L11489: 	if ws.nodes[streamID] == nil {
		h2_bundle.go#L11492: 	if ws.nodes[streamID].state != http2priorityNodeOpen {
		h2_bundle.go#L11496: 	n := ws.nodes[streamID]
		h2_bundle.go#L11518: 	n := ws.nodes[streamID]
		h2_bundle.go#L11531: 		ws.nodes[streamID] = n
		h2_bundle.go#L11537: 	parent := ws.nodes[priority.StreamDep]
		h2_bundle.go#L11587: 		n = ws.nodes[id]
		h2_bundle.go#L11647: 	delete(ws.nodes, n.id)